Merged
Conversation
- get_data_from_japan.rb: 出力先を _data/dojos_japan.json に変更 - upsert_dojos_geojson.rb: 読み込み元を _data/dojos_japan.json に変更 - cache_dojo_logos.rb: 読み込み元を _data/dojos_japan.json に変更 - scheduler_daily.yml: git add のパスを _data/dojos_japan.json に変更
- events_japan.json → _data/events_japan.json - get_data_from_japan.rb: 出力先を _data/events_japan.json に変更 - upsert_dojos_geojson.rb: 読み込み元を _data/events_japan.json に変更 - scheduler_daily.yml: git add のパスを _data/events_japan.json に変更
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
Jekyll のネイティブ JSON サポートを活用するため、すべての JSON データファイルを
_dataディレクトリに移動します。変更内容(4コミット)
1. ファイルの移動 (c3d3259)
dojos_japan.json→_data/dojos_japan.jsondojos_earth_20231204.json→_data/dojos_earth_20231204.jsondojos_earth_20241205.json→_data/dojos_earth_20241205.json2. スクリプトの更新 (33b78a7)
get_data_from_japan.rb: 出力先を_data/dojos_japan.jsonに変更upsert_dojos_geojson.rb: 読み込み元を_data/dojos_japan.jsonに変更cache_dojo_logos.rb: 読み込み元を_data/dojos_japan.jsonに変更scheduler_daily.yml: git add のパスを_data/dojos_japan.jsonに変更3. events_japan.json も移動 (3a268ac)
events_japan.json→_data/events_japan.jsonget_data_from_japan.rb: 出力先を_data/events_japan.jsonに変更upsert_dojos_geojson.rb: 読み込み元を_data/events_japan.jsonに変更scheduler_daily.yml: git add のパスを_data/events_japan.jsonに変更4. GitHub Actions を簡素化 (b0169b9)
scheduler_daily.yml: 個別ファイル指定から_data/*.jsonでの一括指定に変更関連
効果